* follow.el (follow-select-if-visible): Improve the check for the
authorChong Yidong <cyd@stupidchicken.com>
Tue, 30 Dec 2008 16:19:50 +0000 (16:19 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 30 Dec 2008 16:19:50 +0000 (16:19 +0000)
last line of the window.
(follow-post-command-hook): Perform redisplay in more circumstances,
to avoid getting point stuck on partially visible lines.

lisp/ChangeLog

index 883e516561644fcbf2fa12e87272f3206c47dd25..1b521dcf507e37b9dcb1b1fb4c5d40486f1ab6d6 100644 (file)
@@ -1,3 +1,11 @@
+2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
+
+       * follow.el (follow-select-if-visible): Improve the check for the
+       last line of the window.
+       (follow-post-command-hook): Perform redisplay in more
+       circumstances, to avoid getting point stuck on partially visible
+       lines.
+
 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
 
        * follow.el (follow-calc-win-end): Use with-selected-window.